home *** CD-ROM | disk | FTP | other *** search
Wrap
<!--- Java Script code by Java Script It! - http://www.computan.on.ca/~todd/JavaScriptIt! --><html> <head> <title>Working Buttons</title> </head> <body bgColor="#FFFFFF" text="000000"> <div align=center><font size=6 font="Arial"><b>Working Buttons</b></font></div><p> If you would like to add standard Windows buttons to your web page(s) rather than hyperlinks, just use Working Buttons. Below are some some Working Buttons that will take you to a specific URL when clicked.<p> <form><input type=button value="Combo Links" onClick="location.href='combo.htm'"></form> <form><input type=button value="Graphic Rollovers" onClick="location.href='g_roll.htm'"></form><p> <b>Browser Compatibility</b><br> ò Works fully in Netscape Navigator 2.01 and higher<br> ò Works fully in Microsoft Internet Explorer 3.0 and higher<br> ò Buttons may appear as text boxes in old borwsers </body> </html>